In set theory, a tree is a partially ordered set (poset) (T, <) such that for each t ∈ T, the set {s ∈ T : s < t} is well-ordered by the relation <. For each t ∈ T, the order type of {s ∈ T : s < t} is called the height of t (denoted ht(t, T)). The height of T itself is the least ordinal greater than the height of each element of T. A root of a tree T is an element of height 0. Frequently trees are assumed to have only one root (as the typical questions that are investigated in this field are easily reduced to questions about single-rooted trees).
Trees with a single root in which each element has finite height can be naturally viewed as rooted trees in the graph-theoretical sense: there is an edge from x to y if and only if y is a direct successor of x (i.e., x<y, but there is no element between x and y). However, if T is a tree of height > ω, then there is no natural edge relation that will make T a tree in the sense of graph theory.
A branch of a tree is a maximal chain in the tree (that is, any two elements of the branch are comparable, and any element of the tree not in the branch is incomparable with at least one element of the branch). The length of a branch is the ordinal that is order isomorphic to the branch. A tree is a κ-tree if and only if it has height κ and every level has size less than κ. For each ordinal α, the α-th level of T is the set of all elements of T of height α. The width of a tree is the supremum of the cardinalities of its levels.
There are some fairly simply stated yet hard problems in infinite tree theory. Examples of this are the Kurepa conjecture and the Suslin conjecture. Both of these problems are known to be independent of Zermelo-Fraenkel set theory. König's lemma states that every ω-tree has an infinite branch. On the other hand, it is a theorem of ZFC that there are uncountable trees with no uncountable branches and no uncountable levels; such trees are known as Aronszajn trees. A κ-Suslin tree is a tree of height κ which has no chains or antichains of size κ. In particular, if κ is singular (i.e. not regular) then there exists a κ-Aronszajn tree and a κ-Suslin tree. In fact, for any infinite cardinal κ, every κ-Suslin tree is a κ-Aronszajn tree (the converse does not hold).
Note: the Suslin conjecture was originally stated as a question about certain total orderings but it is equivalent to the statement: Every tree of height ω1 has an antichain of cardinality ω1 or a branch of length ω1.
Contents |
Following definition of the tree is slightly different formalism of the tree compare to above introduction. For example, each node of the tree is a word over set of natural numbers(), which helps this definition to be used in automata theory.
A tree is a set such that if and then, and for all . The element of are known as nodes and empty word is root of . For every , the element is a successor of in direction . The number of successors of is called the degree or arity of and represented as . A node is a leaf if it has no successors. If every node of a tree has finitely many successors then it is finitely branching tree, otherwise infinitely branching tree. A path is a subset of such that and for every , either is a leaf or there exist a unique such that . A path may be a finite or infinite set. If all paths of a tree are finite then tree is called finite, otherwise infinite. A tree is called fully infinite if all paths of the tree are infinite. Given an alphabet , a -labeled tree is a pair , where T is a tree and maps each node of to a letter in . A labeled tree formally defines commonly used term tree structure. A set of labeled trees is called a tree language.
A tree is ranked if there is an order among successors of each node of the tree. Above definition of tree naturally suggest an order among successors, which can be used to make tree ranked. Sometimes, an extra function is defined. This function associate a fixed arity to each letter of alphabet. In this case for each has to satisfy .
For example, above definition is used in defining infinite tree automaton.
Let and . We define labeling function V as follows, labeling for root node is and, for every other node , the labellings for successor nodes are and . It is clear from the picture that T forms infinite(full) binary tree.